From 6e43af518ccb6e5b4d1201177c97f284118b50f3 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 27 Dec 2006 16:16:10 +0000 Subject: [PATCH] Copy the xm configuration file into the distribution. Comment-out the Xen-API configuration therein, preserving the default behaviour. Signed-off-by: Ewan Mellor --- tools/examples/Makefile | 1 + tools/examples/xm-config.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tools/examples/Makefile b/tools/examples/Makefile index 14f34135c8..5ef741c55a 100644 --- a/tools/examples/Makefile +++ b/tools/examples/Makefile @@ -9,6 +9,7 @@ XENDOMAINS_SYSCONFIG = init.d/sysconfig.xendomains # Xen configuration dir and configs to go there. XEN_CONFIG_DIR = /etc/xen XEN_CONFIGS = xend-config.sxp +XEN_CONFIGS += xm-config.xml XEN_CONFIGS += xmexample1 XEN_CONFIGS += xmexample2 XEN_CONFIGS += xmexample.hvm diff --git a/tools/examples/xm-config.xml b/tools/examples/xm-config.xml index dbd8778bae..943b74d297 100644 --- a/tools/examples/xm-config.xml +++ b/tools/examples/xm-config.xml @@ -36,8 +36,10 @@ most useful for experimenting with the Xen-API preview in Xen 3.0.4. The username and password attributes will be used to log in if Xen-API is being used. --> + -- 2.30.2